projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8b3196
)
(with_echo_area_buffer): Bind inhibit-modification-hooks
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 11 Sep 2001 12:32:50 +0000
(12:32 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 11 Sep 2001 12:32:50 +0000
(12:32 +0000)
to t in addition to read-only.
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 85d58dbd7fe74715d5168b06ee9ce21fe15d84f1..c0659ed26ff835d784a3ae1aa73fd1f97015d25e 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-6262,6
+6262,7
@@
with_echo_area_buffer (w, which, fn, a1, a2, a3, a4)
current_buffer->undo_list = Qt;
current_buffer->read_only = Qnil;
specbind (Qinhibit_read_only, Qt);
+ specbind (Qinhibit_modification_hooks, Qt);
if (clear_buffer_p && Z > BEG)
del_range (BEG, Z);